Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.multi.tenant.ui.types--types

This contribution is part of XML component org.nuxeo.ecm.multi.tenant.ui.types inside nuxeo-multi-tenant-jsf-9.10.jar /OSGI-INF/ui-types-contrib.xml

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="Domain">
          <label>Domain</label>
          <icon>/icons/domain.gif</icon>
          <bigIcon>/icons/domain.gif</bigIcon>
          <category>SuperDocument</category>
          <description>Domain.description</description>
          <default-view>view_documents</default-view>
          <create-view>create_multi_tenant_domain</create-view>
          <views>
            <view id="user_dashboard" value="user_dashboard"/>
            <view id="opensocial_dashboard" value="opensocial_dashboard"/>
          </views>
          <subtypes>
            <type hidden="create">WorkspaceRoot</type>
            <type hidden="create">SectionRoot</type>
            <type hidden="create">TemplateRoot</type>
          </subtypes>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <layouts mode="create">
            <layout>heading</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
          <contentViews category="content">
            <contentView>document_content</contentView>
          </contentViews>
          <contentViews category="trash_content">
            <contentView showInExportView="false">
              document_trash_content
            </contentView>
          </contentViews>
        </type>

    Domain.description

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <type id="Domain">
      <label>Domain</label>
      <icon>/icons/domain.gif</icon>
      <bigIcon>/icons/domain.gif</bigIcon>
      <category>SuperDocument</category>
      <description>Domain.description</description>
      <default-view>view_documents</default-view>
      <create-view>create_multi_tenant_domain</create-view>
      <views>
        <view id="user_dashboard" value="user_dashboard"/>
        <view id="opensocial_dashboard" value="opensocial_dashboard"/>
      </views>
      <subtypes>
        <type hidden="create">WorkspaceRoot</type>
        <type hidden="create">SectionRoot</type>
        <type hidden="create">TemplateRoot</type>
      </subtypes>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <layouts mode="create">
        <layout>heading</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

  </extension>